-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split Team ratings into Small team and big team #296
Split Team ratings into Small team and big team #296
Conversation
Update after tests on integration server: We played a small team game match and it got correctly rated, shown on Teiserver and leaderboards. Considering that next season is happening in 14h, these feature will be delayed until it can be more properly tested to make sure everything works as expected. |
4a9d362
to
3a92dcb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, a few optional suggestions and questions and we can do the thing!
@@ -69,7 +69,7 @@ defmodule Teiserver.Account.OpenSkillReport do | |||
defp apply_defaults(params) do | |||
Map.merge( | |||
%{ | |||
"rating_type" => "Team", | |||
"rating_type" => "Big Team", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd make an issue to improve this report and make this a selector but I have a started branch with that anyway
9b27c07
into
beyond-all-reason:master
No description provided.